home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_3573 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  253 b   |  17 lines

  1. if(eval("/Variables:Tab3ToitSilo") == true)
  2. {
  3.    gotoAndStop(4);
  4. }
  5. else if(eval("/Variables:Tab3Toit") == true)
  6. {
  7.    gotoAndStop(3);
  8. }
  9. else
  10. {
  11.    if(eval("/Variables:PorteGarageOuverte") == true)
  12.    {
  13.       nextFrame();
  14.    }
  15.    stop();
  16. }
  17.